LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

GetWorkstsationControl<T>(String) Method







The name of the control to look at its actual type to create.
Creates a UI medical workstation control by a given name.
Syntax
public T GetWorkstsationControl<T>( 
   string name
)
where T: Control
'Declaration
 
Public Overloads Function GetWorkstsationControl(Of T As Control)( _
   ByVal name As String _
) As T
'Usage
 
Dim instance As WorkstationUIFactory
Dim name As String
Dim value As T
 
value = instance.GetWorkstsationControl(Of T)(name)
public T GetWorkstsationControl<T>( 
   string name
)where T: Control
 function Leadtools.Medical.Workstation.UI.Factory.WorkstationUIFactory.GetWorkstsationControl``1(String)( 
   name 
)
public: T* GetWorkstsationControl<T>( 
   string* name
) 
where T: Control
public:
T* GetWorkstsationControlgeneric<typename T>
( 
   string* name
) 
where T: Control

Parameters

name
The name of the control to look at its actual type to create.

Type Parameters

T

Return Value

T is the type of the returned System.Windows.Forms.Control
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkstationUIFactory Class
WorkstationUIFactory Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.